github.com/klauspost/compress/zstd.encoderOptions.dict (field)
17 uses
github.com/klauspost/compress/zstd (current package)
dict.go#L239: dict: &d,
encoder.go#L122: s.encoder.Reset(e.o.dict, false)
encoder.go#L141: hadDict := e.o.dict != nil
encoder.go#L147: hasDict := e.o.dict != nil
encoder.go#L254: DictID: e.o.dict.ID(),
encoder.go#L563: DictID: e.o.dict.ID(),
encoder.go#L574: enc.Reset(e.o.dict, true)
encoder.go#L581: if e.o.dict == nil {
encoder.go#L600: enc.Reset(e.o.dict, false)
encoder.go#L643: if e.o.dict != nil {
encoder_options.go#L32: dict *dict
encoder_options.go#L53: if o.dict != nil {
encoder_options.go#L59: if o.dict != nil {
encoder_options.go#L64: if o.dict != nil {
encoder_options.go#L351: o.dict = d
encoder_options.go#L366: o.dict = &dict{id: id, content: content, offsets: [3]int{1, 4, 8}}
encoder_options.go#L375: o.dict = nil
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |